You can use arithmetic: select ceiling(10 * 1.0 / 3) * 3. The 1.0 is to avoid integer division. If the value is numeric or float, ... ... <看更多>
Search
Search
You can use arithmetic: select ceiling(10 * 1.0 / 3) * 3. The 1.0 is to avoid integer division. If the value is numeric or float, ... ... <看更多>